home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / demo / script-12 < prev    next >
Encoding:
Text File  |  1992-08-27  |  93 b   |  7 lines

  1.  
  2. retrieve (e.name) 
  3. from e in emp, s in student 
  4. where e.age < s.age 
  5. and s.name = "fred"
  6. \g
  7.